const crypto/internal/fips140/sha3.dsbyteShake
5 uses
crypto/internal/fips140/sha3 (current package)
hashes.go#L30: dsbyteShake = 0b00011111
sha3.go#L181: case dsbyteShake:
sha3.go#L206: case magic == magicShake && d.dsbyte == dsbyteShake:
shake.go#L121: return &SHAKE{d: Digest{rate: rateK256, outputLen: 32, dsbyte: dsbyteShake}}
shake.go#L126: return &SHAKE{d: Digest{rate: rateK512, outputLen: 64, dsbyte: dsbyteShake}}
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |